home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / need_for.swf / scripts / DefineButton2_127 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2011-01-06  |  169 b   |  12 lines

  1. on(release){
  2.    if(_root._currentframe > 5)
  3.    {
  4.       _root.prevFrame();
  5.    }
  6.    else
  7.    {
  8.       _root.gotoAndStop(8);
  9.    }
  10.    button_press_Sound.start();
  11. }
  12.